home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
K-L
/
LImacSTACK11⁄89.cpt
/
Using Repeat
/
card_4400.txt
< prev
next >
Wrap
Text File
|
1989-11-02
|
675b
|
38 lines
-- card: 4400 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 2687
-- name:
-- part contents for background part 8
----- text -----
repeat until <true/false>
-- part contents for background part 24
----- text -----
put 0 into msg
repeat until msg = 10
add 1 to msg
wait 10
end repeat
repeat until the mouseClick
beep
end repeat
-- part contents for background part 26
----- text -----
put 0 into msg
repeat until msg = 10
add 1 to msg
wait 10
end repeat
repeat until the mouseClick
beep
end repeat
-- part contents for background part 30
----- text -----
The repeat loop executes the commands until the expression returns a true.